nl.telin.mymedia.uima.annotator
Class TfidfAnnotator

java.lang.Object
  extended by JTextAnnotator_ImplBase
      extended by nl.telin.mymedia.uima.annotator.TfidfAnnotator

public class TfidfAnnotator
extends JTextAnnotator_ImplBase


Constructor Summary
TfidfAnnotator()
           
 
Method Summary
 void initialize(AnnotatorContext context)
           
 void process(JCas jCas, ResultSpecification arg1)
           
 void typeSystemInit(TypeSystem aTypeSystem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TfidfAnnotator

public TfidfAnnotator()
Method Detail

initialize

public void initialize(AnnotatorContext context)
                throws AnnotatorInitializationException,
                       AnnotatorConfigurationException
Throws:
AnnotatorInitializationException
AnnotatorConfigurationException

typeSystemInit

public void typeSystemInit(TypeSystem aTypeSystem)
                    throws AnnotatorInitializationException,
                           AnnotatorConfigurationException
Throws:
AnnotatorInitializationException
AnnotatorConfigurationException

process

public void process(JCas jCas,
                    ResultSpecification arg1)
             throws AnnotatorProcessException
Throws:
AnnotatorProcessException